Skip to content

BO2 Modding Support & Discussion

Got modding questions regarding Plutonium T6? Scripts erroring? Request help from the community here. Discuss your modding projects etc.

2.3k Topics 9.1k Posts
  • (zm) Tanjiro Kamado Background For T6 Zombies

    Moved
    3
    1
    1 Votes
    3 Posts
    227 Views
    @MightyJake yes, you will need to convert the .iwi file to a .dds (Direct draw surface) file via paint.net. Once you've converted it to a dds file, convert it to a png file. After that you can open the png file up in photoshop, then edit it to your liking. Once you've done editing, simply convert the image to .dds with paint.net, then use iwi_dds_fast_converter.exe which can be downloaded via google (This also applies to paint.net). the way to use iwi_dds_fast_converter.exe properly is to drag and drop the .dds file on top of iwi_dds_fast_converter.exe (before you do this, i'd recommend right clicking on iwi_dds_fast_converter.exe and click on properties, go to compatability and tick the box where it says "Run this program as administrator.") This is very important to do because if you don't you'll get issues woth the program. Once you've done that you can drag and drop the .dds file, it'll ask for administrative permissions. Click "Yes", then a few options will pop up, click "1" for black ops 2. Then click enter on your keyboard to convert it succefully to a .iwi file. Now you're done, just drag and drop it into your "images" folder. Boom done. Sidenote; If you'd like further assistance, add me on Discord - Lamurai#0092 and i'm more than happy to help out if you experience any issues
  • if( issubstr( weapon, "upgraded" ) ) help

    Moved
    6
    0 Votes
    6 Posts
    229 Views
    has_weapon( weapon ) { if( self has_weapon_or_upgrade( weapon ) ) { if( is_weapon_upgraded( weapon ) ) { return true; } else { return true; } } return false; }``` This works better and I actually tested this
  • Get map exclusive weapons for all maps?

    3
    1 Votes
    3 Posts
    354 Views
    @JezuzLizard damn, that just sucks, thanks for your reply
  • Sv_cheats error

    2
    0 Votes
    2 Posts
    49 Views
    You need to modify it in the server's console, not in your game sv_cheats is a server side dvar. A client/player cannot modify it, only the server can
  • bo2 rust in peace camo released

    1
    0 Votes
    1 Posts
    109 Views
    No one has replied
  • 1 Votes
    3 Posts
    184 Views
    @dontknowletsplay Thank you!
  • Black Ops 2 Mapping?

    4
    0 Votes
    4 Posts
    775 Views
    Thanks, guys.
  • Grenade teamswitch removal

    10
    0 Votes
    10 Posts
    254 Views
    what do you do if someone just throws a grenade and then switches teams without having the intend to kill their teammates it would still display the text also this works for me you can try it out and see if it works as you intended it init() { level thread onPlayerConnect(); } onPlayerConnect() { while(true) { level waittill("connected", player); player thread onSemtex(); } } onSemtex() { self endon("disconnect"); self waittill("spawned_player"); while(true) { self waittill("grenade_fire",grenade,weaponname); self thread checkGrenade(grenade, weaponname); } } checkGrenade(grenade, weaponname) { self endon("disconnect"); self endon("fixSemtex"); grenade endon("death"); oldTeam = self.team; while(true) { wait 0.05; if(self.team != oldTeam) { iPrintln("^7How sad..^3 " + self.name + "^7 tried to teamkill with a explosive! He failed miserably."); grenade delete(); self notify("fixSemtex"); } } }
  • I Need Help With 3D Modeling(Substance Painter)

    8
    3
    0 Votes
    8 Posts
    268 Views
    @AdrX003 said in I Need Help With 3D Modeling(Substance Painter): haxnode . net ill check it, tnx
  • 0 Votes
    6 Posts
    333 Views
    @hindercanrun how do i put all the pngs back into the dds, i can only do one png
  • My Give All Perks Script Isn't Working

    14
    0 Votes
    14 Posts
    3k Views
    @JezuzLizard Im just now seeing this, pretty cool especially players_keep_perks_permanently couldn't you just use this to give all perks? for( i = 0; i < level.perks.size; i++ ) { self give_perk( level.perks[ i ] ); }
  • Just remaking some weapons

    13
    2
    3 Votes
    13 Posts
    594 Views
    @Angry-Cat Thanks, it's very hard to convert from BO3 to BO2 I don't use any 3d model viewer nor Substance 3D painter I do my job with BO3 and Photoshop, that's already enough
  • G_spawn no free entities

    Moved
    3
    0 Votes
    3 Posts
    206 Views
    @Hassouna2007 I fixed the problem, the issue was that i loaded two custom map at once without knowing it so ofc it crached the map
  • Sound of the modification menu, which does not play in loop

    6
    4 Votes
    6 Posts
    223 Views
    If u need more info send me your discord tag
  • A fix for animated camos on buried?

    1
    1 Votes
    1 Posts
    147 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    99 Views
    No one has replied
  • whats the name of this texture?

    5
    1
    1 Votes
    5 Posts
    209 Views
    @hindercanrun Yep, Im putting a cheat sheet ontop of the texture
  • cold war chrome 1911?

    2
    0 Votes
    2 Posts
    458 Views
    @Angry-Cat maybe you could look at this post
  • looking for tranzit camo template

    1
    0 Votes
    1 Posts
    85 Views
    No one has replied
  • upcoming camos soon

    2
    1
    0 Votes
    2 Posts
    138 Views
    [image: 1673186957667-671.jpeg]